Fixes bug #376502 - multi-screen support for GtkStatusIcon
authorMark McLoughlin <mark@skynet.ie>
Sun, 19 Nov 2006 16:22:23 +0000 (16:22 +0000)
committerMark McLoughlin <markmc@src.gnome.org>
Sun, 19 Nov 2006 16:22:23 +0000 (16:22 +0000)
commit8241b0b7dd0c33d2efd6f5900a6c35b0ba7cc099
tree95ba25ce638ef6240f50a0b54fc16c2db70698c9
parent1312c002df0c907c490725564aac8f1a3717bd6a
Fixes bug #376502 - multi-screen support for GtkStatusIcon

2006-11-19  Mark McLoughlin  <mark@skynet.ie>

        Fixes bug #376502 - multi-screen support for GtkStatusIcon

        * gtk/gtkstatusicon.[ch]:
        (gtk_status_icon_set_screen),
        (gtk_status_icon_get_screen): add multi-screen API. Allows
        an app to display an icon on a non-default screen
        (gtk_status_icon_class_init),
        (gtk_status_icon_set_property),
        (gtk_status_icon_get_property): add a "screen" property

        * tests/teststatusicon.c: update to test on multiple screens
ChangeLog
gtk/gtkstatusicon.c
gtk/gtkstatusicon.h
tests/teststatusicon.c